Leadtools.Dicom.Common Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetOrientationPlane(Double[]) Method
See Also 
Leadtools.Dicom.Common.Extensions Namespace > OrientationManager Class > GetOrientationPlane Method : GetOrientationPlane(Double[]) Method



d
An array of exactly six System.Double values, corresponding to the two direction consine vectors.
d
An array of exactly six System.Double values, corresponding to the two direction consine vectors.
Indicates the Leadtools.Dicom.Common.DataTypes.Plane that is the closest to a specified by two direction cosine vectors.

Syntax

Visual Basic (Declaration) 
Overloads Public Shared Function GetOrientationPlane( _
   ByVal d() As Double _
) As Plane
Visual Basic (Usage)Copy Code
Dim d() As Double
Dim value As Plane
 
value = OrientationManager.GetOrientationPlane(d)
C# 
public static Plane GetOrientationPlane( 
   double[] d
)
C++/CLI 
public:
static Plane GetOrientationPlane( 
   array<double>^ d
) 

Parameters

d
An array of exactly six System.Double values, corresponding to the two direction consine vectors.

Return Value

The Leadtools.Dicom.Common.DataTypes.Plane that is the closest to that specified by two direction cosine vectors.

Remarks

The d species exactly six values. The first three values correspond to the direction cosine of the first row with respect to the patient. The second three values correspond to the direction cosine of the first column with respect to the patient.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Common requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features